## # A tibble: 131 x 2
## province total
## <chr> <int>
## 1 "" 257705
## 2 Alabama 380
## 3 Alaska 40
## 4 Alberta 356
## 5 American Samoa 0
## 6 Anhui 0
## 7 Arizona 395
## 8 Arkansas 278
## 9 Aruba 16
## 10 Australian Capital Territory 39
## # ... with 121 more rows
## total_confUS
## 1 332643
## No trace type specified:
## Based on info supplied, a 'scatter' trace seems appropriate.
## Read more about this trace type -> https://plot.ly/r/reference/#scatter
## No trace type specified:
## Based on info supplied, a 'scatter' trace seems appropriate.
## Read more about this trace type -> https://plot.ly/r/reference/#scatter
## No trace type specified:
## Based on info supplied, a 'scatter' trace seems appropriate.
## Read more about this trace type -> https://plot.ly/r/reference/#scatter
Global percent change
## # A tibble: 64 x 6
## Date Confirmed Recovered Deaths Total `% change`
## <date> <dbl> <dbl> <dbl> <dbl> <dbl>
## 1 2020-01-22 555 28 17 510 17.7
## 2 2020-01-23 653 30 18 605 44.1
## 3 2020-01-24 941 36 26 879 52.8
## 4 2020-01-25 1438 39 42 1357 47.3
## 5 2020-01-26 2118 52 56 2010 38.2
## 6 2020-01-27 2927 61 82 2784 90.6
## 7 2020-01-28 5578 107 131 5340 10.5
## 8 2020-01-29 6165 126 133 5906 33.6
## 9 2020-01-30 8235 143 171 7921 20.5
## 10 2020-01-31 9925 222 213 9490 21.3
## # ... with 54 more rows
## No trace type specified:
## Based on info supplied, a 'scatter' trace seems appropriate.
## Read more about this trace type -> https://plot.ly/r/reference/#scatter
## # A tibble: 64 x 5
## Date Confirmed Recovered Deaths Total
## <date> <dbl> <dbl> <dbl> <dbl>
## 1 2020-01-22 1 0 0 1
## 2 2020-01-23 1 0 0 1
## 3 2020-01-24 2 0 0 2
## 4 2020-01-25 2 0 0 2
## 5 2020-01-26 5 0 0 5
## 6 2020-01-27 5 0 0 5
## 7 2020-01-28 5 0 0 5
## 8 2020-01-29 5 0 0 5
## 9 2020-01-30 5 0 0 5
## 10 2020-01-31 6 0 0 6
## # ... with 54 more rows
## Warning: package 'leaflet.extras' was built under R version 3.6.3
## No trace type specified:
## Based on info supplied, a 'scatter' trace seems appropriate.
## Read more about this trace type -> https://plot.ly/r/reference/#scatter
Number of Cases Plot
The above plot shows the active number of cases in the US by date. This number is the confirmed number of cases minus the number of recovered cases and cases resulting in death of the patient.
The plot shows exponential growth in the number of cases as the only noticeable trend.
As of March 21, there are 25.2k active cases in the U.S.
Description of Percent Change plot
The Percent Change plot shows the change in number of active cases from the date listed to the next day. A positive percent change indicates the number of active cases increased, while a negative percent change in dicates the number of active cases is lower than it was on the previous day.
Unlike the case count, the percent changes show a relatively flat trend with mior spikes. February 23 is the largest spike to date with a 360% increase. After this spike we see a steady increase in the percentage of active cases. This implies infection rates are higher than both recovery and mortality rates.
As of March 18, there has been a decrease in the percent change, implying the number of new cases in slowing.
ex.) On 2/08/2020 the number of active cases decreased from 11 to 8 as 3 patients had recovered from the virus. This resulted in a 27.3% decrease in active cases.
Number of Cases Plot
The above plot shows the active number of cases in Italy by date. This number is the confirmed number of cases minus the number of recovered cases and cases resulting in death of the patient.
The plot shows exponential growth in the number of cases as the only noticeable trend.
From March 11 March 12, there was no change in the number of cases reported. As of March 21, there are 42.7k active cases in Italy.
Description of Percent Change plot
The Percent Change plot shows the change in number of active cases from the date listed to the next day. A positive percent change indicates the number of active cases increased, while a negative percent change in dicates the number of active cases is lower than it was on the previous day.
The percent change remained flat up until February 20 with the exception of a single spike of change between February 6 and 7. (The above datatable shows the exact details)
The spike at February 20 shows a 533% increase. This is most likely due to increased testing practices by health professionals.
Since the February 20 spike the percent change has been lower indicating a lower number of new cases.
Note:a decrease in percent change does not mean the number of active cases is lower than on the previous day. Only a negative percent value indicates a decreases in active cases